Holds data about a decoded material. More...
Public Attributes | |
nkMaths::Vector | _ambientColor = nkMaths::Vector(1, 1, 1) |
The ambient color, if any. | |
int | _ambientTextureIndex = -1 |
The ambient texture, as the index within the DecodedTextureData set counterpart. No texture is encoded by -1. | |
nkMaths::Vector | _diffuseColor = nkMaths::Vector(1, 1, 1) |
The diffuse color, if any. | |
int | _diffuseTextureIndex = -1 |
The diffuse texture, as the index within the DecodedTextureData set counterpart. No texture is encoded by -1. | |
nkMaths::Vector | _specularColor = nkMaths::Vector(1, 1, 1) |
The specular color, if any. | |
int | _specularTextureIndex = -1 |
The specular texture, as the index within the DecodedTextureData set counterpart. No texture is encoded by -1. | |
int | _normalTextureIndex |
The normal map texture, as the index within the DecodedTextureData set counterpart. No texture is encoded by -1. More... | |
int | _alphaTextureIndex = -1 |
The alpha texture, as the index within the DecodedTextureData set counterpart. No texture is encoded by -1. | |
Holds data about a decoded material.
int nkGraphics::DecodedMaterialData::_normalTextureIndex |
The normal map texture, as the index within the DecodedTextureData set counterpart. No texture is encoded by -1.
The global alpha value, if any.